GoXam for WPF v3
NodeKeyPath Property (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : NodeKeyPath Property
Gets or sets a property path that that specifies how to get the key for node data.
Syntax
public string NodeKeyPath {get; set;}

Property Value

This defaults to an empty string, meaning to use the data as the key value. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindKeyForNode for most cases.

The value of this property path applied to a node data object must be of type NodeKey.

See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members